projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6e0e1c
)
* isearch.el (isearch-search-fun): Use word-search-forward-lax and
author
Chong Yidong
<cyd@stupidchicken.com>
Thu, 25 Sep 2008 17:06:13 +0000
(17:06 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Thu, 25 Sep 2008 17:06:13 +0000
(17:06 +0000)
word-search-backward-lax for incremental word search.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index cacc28bb535eb33a22fa460434018868f8479c64..16826f07256599020ffda459eda2d9f24734e310 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2008-09-25 Chong Yidong <cyd@stupidchicken.com>
+
+ * isearch.el (isearch-search-fun): Use word-search-forward-lax and
+ word-search-backward-lax for incremental word search.
+
2008-09-25 Juanma Barranquero <lekktu@gmail.com>
* generic-x.el (generic-other-modes): Fix typo in docstring.